home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000168_jaltman@watsun.cc.columbia.edu_Tue May 22 10:49:23 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  40 lines

  1. Article: 12466 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: testing a TCP port and logging response
  6. Date: 22 May 2001 11:57:04 GMT
  7. Organization: Columbia University
  8. Lines: 23
  9. Message-ID: <9edk6g$jdc$1@newsmaster.cc.columbia.edu>
  10. References: <3B09E25B.8117DD48@adelaide.edu.au> <9ecogf$3jb$1@newsmaster.cc.columbia.edu> <3B09F5B7.A623B8AF@adelaide.edu.au>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 990532624 19884 128.59.39.2 (22 May 2001 11:57:04 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 May 2001 11:57:04 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12466
  16.  
  17. In article <3B09F5B7.A623B8AF@adelaide.edu.au>,
  18. Arthur Marsh  <arthur.marsh@adelaide.edu.au> wrote:
  19. : Hi, thanks for the quick response. kermit -h didn't suggest the -C
  20. : option.
  21. : If the SET HOST command times out, one would get an error indication
  22. : eventually, but if one was wanting to get a success/failure indication a
  23. : few seconds after the SET HOST was issued, could C-Kermit provide the
  24. : means to do this? The purpose of this is to check for a TCP service that
  25. : has "hung" and provide the means to quickly take fail-over action.
  26. : Regards,
  27. : Arthur.
  28.  
  29. Kermit cannot control how long it takes the TCP/IP stack to make a
  30. connection to a host.  If the service is there, response will be very
  31. fast.  If the service is not there, then it can take a while.  
  32.  
  33.  Jeffrey Altman * Sr.Software Designer      C-Kermit 7.1 Alpha available
  34.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  35.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  36.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  37.